CORRELATION COEFFICIENT CRITICAL VALUE


Michael Lloyd (http://www.hsu.edu/faculty/lloydm/ti/prgmtabl.html)
Henderson State University

HISTORY
April 1997 - original version
June 2001 - added ZZRPDF subroutine
August 2015 - updated file to .8xp

VARIABLES USED
C  area under pdf
P  x skip
Q  tolerance
R  critical value for correlation coefficient, r
T output of ZZINEWT
Y0 r pdf
prgmZZINEWT Newton's method for integral function
prgmZZMENU menu for critical values
prgm ZZRPDF loads pdf into Y0

PROGRAM LISTING
"CORR CRIT VALUE"\->\Str1:"r"\->\Str2
prgmZZMENU
prgmZZRPDF
.1\->\P:.01\->\Q
prgmZZINEWT
T\->\R
Disp "r=",R
DelVar Y\0\